home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / misc_src / knowhow4 / error.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-01  |  115 b   |  8 lines

  1. #ifndef __ERROR_H
  2. #define __ERROR_H
  3.  
  4. int error_report(char* report = " \n\nERROR !!! ");
  5.  
  6. #endif __ERROR_H
  7.  
  8.